@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/*! destyle.css v1.0.7 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "SimHei"; }

::before, ::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

body {
  margin: 0; }

main {
  display: block; }

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

img {
  max-width: 100%; }

.fl {
  float: left; }

.fr {
  float: right; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.flex {
  display: flex;
  align-items: center; }

.flex_top {
  align-items: end; }

.flex_1 {
  flex: 1; }

.flex_2 {
  flex: 2; }

.flex_3 {
  flex: 3; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both; }

pre {
  font-family: monospace,monospace;
  font-size: inherit; }

address {
  font-style: inherit; }

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: inherit; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  vertical-align: bottom; }

embed, object, iframe {
  border: 0;
  vertical-align: bottom; }

button, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

[type='checkbox'] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

[type='radio'] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, [type='button'], [type='reset'], [type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button[disabled], [type='button'][disabled], [type='reset'][disabled], [type='submit'][disabled] {
  cursor: default; }

button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type='checkbox'], [type='radio'] {
  padding: 0; }

[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
  height: auto; }

[type='search'] {
  outline-offset: -2px; }

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

::-webkit-input-placeholder {
  font: inherit; }

:-ms-input-placeholder {
  font: inherit; }

::-ms-input-placeholder {
  font: inherit; }

::-moz-placeholder {
  font: inherit; }

::placeholder {
  font: inherit; }

label[for] {
  cursor: pointer; }

details {
  display: block; }

summary {
  display: list-item; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td, th {
  vertical-align: top; }

th {
  text-align: left;
  font-weight: 700; }

template {
  display: none; }

[hidden] {
  display: none; }

.pro_txt p, .pro_sol h3, .cases .cen .hor_p p, .cases .cen .hor_intro, .news_title, .news_c h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.n_p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

html {
  font-size: 62.5%; }

.mul {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

body {
  overflow-x: hidden;
  background: #f5f5f5;
  color: #333;
  font-family: Microsoft YaHei, SimHei, "Helvetica Neue", Arial, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.4em;
  line-height: 2;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

a {
  color: #349a2c; }

a:focus,
a:hover {
  color: #349a2c; }

a:active {
  color: #349a2c; }

/* Typography Base Setting */
p, ul, ol {
  margin-bottom: 0; }

ol {
  list-style: decimal outside none; }

ul {
  list-style: square outside none; }

li ol, li ul {
  margin-bottom: 0; }

nav ol, nav ul {
  list-style: none;
  padding-left: 0; }

em {
  font-style: normal; }

rp, rt {
  line-height: 1;
  font-size: .688em; }

table {
  empty-cells: show;
  font-size: 1em; }

iframe {
  display: block;
  width: 100%; }

img {
  height: auto; }

img, iframe, button, input, select, textarea {
  max-width: 100%; }

textarea {
  height: auto;
  resize: vertical; }

.outer {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #2f2f2f;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.header__logo {
  width: 180px; }
  .header__logo img {
    margin-right: 15px;
    vertical-align: middle; }

.navi-links {
  margin: 0; }

.navi-links li a font {
  font-size: 18px;
  color: #4d4b4c; }

.navi-links a,
.navi-links span {
  color: inherit; }

.navi-links > li {
  position: relative; }

.navi-links > li > a {
  display: block;
  position: relative; }

.dis_line {
  display: inline-block;
  vertical-align: middle; }

.seek_b input {
  background: #2f2f2f url(../images/seek.png) no-repeat right center;
  outline: none;
  border: 1px solid #333;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 0;
  width: 0px;
  transition: all .3s;
  padding-left: 5px;
  padding-right: 15px;
  margin-left: 10px; }
.seek_b em {
  color: #fff;
  display: inline-block;
  vertical-align: middle; }
.seek_b:hover input {
  width: 100px;
  border: 1px solid rgba(255, 255, 255, 0.5); }

@media (min-width: 64.001em) {
  #index .header {
    background: transparent; }

  #index .header.is-fixed {
    background: rgba(255, 255, 255, 0.9); }

  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    height: 100px;
    padding: 0 80px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 1.2rem; }

  .header__logo {
    position: static;
    -webkit-box-flex: 1;
    flex: 1 0 30px;
    width: auto; }

  .header__navi {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .sp-navi-btn {
    display: none; }

  .navi-links {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .navi-links > li > a,
  .navi-links > li > span {
    display: block;
    position: relative;
    padding: 10px 0;
    font-weight: bold; }

  .navi-sublinks {
    position: absolute;
    left: 0;
    top: 100%;
    width: 240px;
    margin: 0;
    padding: 10px;
    background: #003894;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1); }

  .navi-sublinks a {
    display: block;
    line-height: 1;
    padding: 12px;
    border: 1px solid transparent;
    color: #fff; }

  .navi-sublinks a:hover {
    border: 1px solid rgba(255, 255, 255, 0.3); }

  .navi-links > li:hover .navi-sublinks {
    opacity: 1;
    visibility: visible; }

  .navi-contact {
    position: absolute;
    right: 190px;
    top: 34px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

  .header.is-fixed {
    height: 70px; }

  .header.is-fixed .navi-links {
    color: #333; }

  .header.is-fixed .header__logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 200px;
    flex: 1 0 200px;
    max-width: 200px; }

  .header.is-fixed .navi-contact {
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
    max-width: 160px; }

  #index .header {
    top: 0; }

  #index .navi-links {
    color: #fff; }

  #index .header.is-fixed {
    top: 0; }

  #index .is-fixed .navi-links {
    color: #333; }

  #news .navi-links > li:nth-of-type(2) a::after,
  #about .navi-links > li:nth-of-type(3) a::after,
  #works .navi-links > li:nth-of-type(4) a::after,
  #company .navi-links > li:nth-of-type(5) a::after,
  #people .navi-links > li:nth-of-type(6) a::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@media (max-width: 64em) {
  .header__logo {
    position: absolute;
    left: 10px;
    top: 10px; }

  .sp-navi-btn {
    position: fixed;
    right: 5px;
    top: 5px;
    z-index: 2;
    width: 54px;
    height: 50px;
    line-height: 1;
    background: #fe5f00;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

  .sp-navi-btn .icon {
    display: block;
    position: absolute;
    top: 20px;
    left: 14px;
    width: 28px;
    height: 1px;
    background: #fff; }

  .sp-navi-btn .icon::before,
  .sp-navi-btn .icon::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: ""; }

  .sp-navi-btn .icon::before {
    margin-top: -8px; }

  .sp-navi-btn .icon::after {
    margin-top: 6px; }

  .sp-navi-btn .label {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-align: center; }

  .header__navi {
    position: fixed;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: black;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }

  .header__navi a {
    color: #fff; }

  .navi-links {
    width: 80%;
    max-width: 400px; }

  .navi-links > li > a,
  .navi-links > li > span {
    display: block;
    padding: 0.3em 1em;
    font-size: 1.6rem;
    font-weight: bold; }

  .navi-sublinks {
    margin-bottom: 10px;
    padding-left: 20px; }

  .navi-sublinks > li > a {
    display: block;
    position: relative;
    padding: 0.2em 1em; }

  .navi-sublinks > li > a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border: 2px solid transparent;
    border-left: 6px solid #fff; }

  .navi-contact {
    width: 80%;
    max-width: 400px;
    margin-top: 20px; }

  .navi-contact a {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: #fff;
    color: #349a2c;
    font-weight: bold;
    text-align: center;
    border-radius: 23px; }

  .navi-open .sp-navi-btn .icon {
    background: transparent; }

  .navi-open .sp-navi-btn .icon::before,
  .navi-open .sp-navi-btn .icon::after {
    margin-top: -2px; }

  .navi-open .sp-navi-btn .icon::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  .navi-open .sp-navi-btn .icon::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }

  .navi-open .header__navi {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.3s cubic-bezier(0.35, 0.79, 0.36, 1);
    transition: opacity 0.2s ease-out, -webkit-transform 0.3s cubic-bezier(0.35, 0.79, 0.36, 1);
    transition: transform 0.3s cubic-bezier(0.35, 0.79, 0.36, 1), opacity 0.2s ease-out;
    transition: transform 0.3s cubic-bezier(0.35, 0.79, 0.36, 1), opacity 0.2s ease-out, -webkit-transform 0.3s cubic-bezier(0.35, 0.79, 0.36, 1); } }
.header__navi ul {
  position: relative; }
  .header__navi ul li {
    position: relative; }
    .header__navi ul li a {
      color: #fff;
      font-size: 16px;
      padding: 34px 23px;
      display: block;
      font-weight: normal; }
    .header__navi ul li .head_li_bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .header__navi ul .nav_bg_c {
    position: absolute;
    top: 0;
    left: 0;
    width: 104%;
    height: 100%; }
  .header__navi ul .n_current .head_li_bg {
    background: #333; }

.sel_language {
  position: relative;
  line-height: 30px; }
  .sel_language .lang_down {
    position: absolute;
    right: 18px;
    top: 15px; }
  .sel_language .sel_img {
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px; }
  .sel_language dl {
    display: inline-block;
    vertical-align: middle;
    position: relative; }
  .sel_language select {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    width: 50px;
    text-align: center;
    background: #2f2f2f; }

.index_pag {
  bottom: 70px;
  color: #fff;
  font-size: 15px;
  width: 100px;
  left: 10%; }

.scroll_b {
  position: absolute;
  width: 100%;
  bottom: 50px;
  text-align: center;
  z-index: 100; }

.scroll_b img {
  transition: all .3s;
  cursor: pointer; }

.index_handle {
  position: absolute;
  right: 110px;
  bottom: 50px;
  width: 130px; }
  .index_handle .handle_b {
    background: none;
    cursor: pointer; }
  .index_handle .s_next {
    right: 0; }
  .index_handle .s_prev {
    left: 0;
    top: 10px; }

.section1_pad {
  padding: 20px; }

li {
  list-style: none; }

.p_title {
  text-align: center;
  position: relative;
  max-width: 298px;
  margin: 0 auto; }
  .p_title em {
    font-size: 30px;
    color: #03103a; }
  .p_title h3 {
    color: #fff;
    font-size: 45px;
    font-weight: bold; }
  .p_title i {
    position: absolute; }
  .p_title .le {
    left: 0;
    top: 0; }
  .p_title .ri {
    right: 0;
    bottom: 0; }

.w_title {
  margin: 50px auto; }
  .w_title p {
    text-align: center;
    color: #696e77;
    font-size: 16px;
    margin-top: 8px;
    line-height: 24px; }

.w_title2 h3 {
  color: #37373a; }
  .w_title2 h3 em {
    color: #ff5f00; }
.w_title2 p {
  color: #808599; }

.foot_bot_fl p {
  color: #fff;
  font-size: 14px; }

.fot_b_fr {
  color: #898c91;
  font-size: 14px; }

.footer {
  background: #19212b;
  padding: 40px 0 30px; }
  .footer .foot_cen {
    max-width: 1380px;
    margin: 0 auto; }
  .footer ul {
    align-items: end; }
  .footer li {
    flex: 1; }
    .footer li h3 {
      margin-bottom: 26px;
      line-height: 1; }
      .footer li h3 a {
        color: #898c91;
        font-size: 20px; }
    .footer li p {
      margin-bottom: 10px;
      color: #898c91;
      font-size: 14px; }
      .footer li p a {
        color: #898c91;
        font-size: 15px; }
      .footer li p .email {
        text-decoration: underline; }
  .footer .foot_li_f {
    flex: 1.5; }
  .footer .foot_1 {
    padding-right: 80px; }

.foot_logo {
  margin-bottom: 20px; }
  .foot_logo img {
    display: block;
    margin-bottom: 17px; }

.c_line {
  margin-bottom: 20px; }
  .c_line img, .c_line em {
    display: inline-block;
    vertical-align: middle; }
  .c_line em {
    font-size: 29px;
    color: #fff; }

.foot_icon p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0; }
.foot_icon .f_p_l {
  line-height: 24px;
  margin-top: 6px; }

.c_input {
  margin-bottom: 8px; }
  .c_input input, .c_input textarea {
    height: 50px;
    background: rgba(58, 61, 65, 0.75);
    line-height: 50px;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    padding: 0 10px; }

.foot_b_cl {
  margin-top: 8px; }

.fix_top {
  top: 0;
  left: 0;
  background: #666; }

.ret_top {
  position: fixed;
  right: 10%;
  z-index: 999;
  bottom: 100px;
  cursor: pointer;
  display: none; }

.header__navi {
  transition: all .3s; }

.inner_banner img {
  display: block;
  width: 100%; }

.sel_language_inner select {
  color: #fff; }

.pro_bg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100px;
  background: url(../images/lj.png);
  background-size: cover;
  transition: all .3s; }

.pro_txt {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 20px 25px;
  transition: all .3s; }
  .pro_txt h3 em, .pro_txt h3 img {
    display: inline-block;
    vertical-align: middle; }
  .pro_txt h3 em {
    color: #fff;
    font-size: 16px; }
  .pro_txt p {
    color: #fff;
    font-size: 14px; }

.pro_b > img {
  display: block;
  width: 100%; }
.pro_b:hover .pro_txt {
  background: #f91a3f;
  bottom: 0; }
.pro_b:hover .pro_bg {
  height: 100%;
  background: rgba(31, 69, 158, 0.5); }

.look_href {
  margin-top: 34px; }
  .look_href a {
    color: #fff;
    font-size: 14px; }
  .look_href font {
    float: right; }
  .look_href img {
    vertical-align: middle; }

.pro_pag {
  width: 100% !important;
  text-align: center;
  margin-top: 37px; }
  .pro_pag .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #d9dfe7;
    opacity: 1;
    transform: scale(1);
    margin-left: 8px; }
  .pro_pag .swiper-pagination-bullet-active {
    background: #1e3f7d; }

.index_product {
  padding-bottom: 100px; }

.index_data {
  background: #333;
  padding: 100px 0 150px;
  position: relative; }

.equi_title {
  text-align: center; }
  .equi_title h3 {
    color: #fff;
    font-size: 37px;
    line-height: 1.2;
    margin-bottom: 88px; }
  .equi_title p {
    color: #fff;
    font-size: 18px; }

.equ_href {
  position: relative;
  width: 200px;
  margin: 90px auto 0; }
  .equ_href a {
    display: inline-block;
    color: #fff;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    position: relative;
    z-index: 3; }
  .equ_href .equ_bg {
    position: absolute;
    top: 0;
    left: 0;
    transform: skew(-10deg, 0);
    background: #f91a3f;
    height: 100%;
    width: 100%; }

.bus_icons {
  width: 1361px;
  margin: 0 auto;
  background: #fff;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  padding: 63px 0 76px; }
  .bus_icons ul {
    display: flex; }
    .bus_icons ul li {
      flex: 1;
      text-align: center; }
  .bus_icons .icon_cir {
    width: 74px;
    height: 74px;
    background: #ffeff1;
    border-radius: 50%;
    text-align: center;
    line-height: 74px;
    margin-left: 10px; }
    .bus_icons .icon_cir img {
      vertical-align: middle; }
  .bus_icons .bus_c {
    margin-left: 10px;
    text-align: left; }
    .bus_icons .bus_c h3 {
      color: #03103a;
      font-size: 30px;
      font-weight: bold;
      margin: 8px auto 2px;
      line-height: 1; }
    .bus_icons .bus_c p {
      color: #6d727b;
      font-size: 17px; }

.index_solution {
  background: #f7f6f5 url(../images/bg2.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  padding: 100px 0 0; }

.index_solution .cen {
  max-width: 1530px;
  margin: 0 auto; }

.pro_s {
  position: relative; }

.pro_sol {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
  height: 100%; }
  .pro_sol h3 {
    color: #fff;
    font-size: 20px;
    position: relative;
    z-index: 3;
    margin-top: 20px;
    transition: all .3s;
    padding: 0 6px; }
  .pro_sol .m_learn {
    position: absolute;
    bottom: 66px;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .3s; }
  .pro_sol:hover h3 {
    font-size: 24px; }
  .pro_sol:hover .m_learn {
    opacity: 1; }
  .pro_sol:hover .pro_icon em {
    background: #f91a3f;
    border: 2px solid #f91a3f; }

.m_learn {
  width: 130px;
  height: 36px;
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  line-height: 33px; }
  .m_learn em {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f91a3f;
    transform: skew(-10deg, 0);
    left: 0;
    top: 0; }
  .m_learn font {
    position: relative;
    z-index: 3;
    color: #fff; }

.pro_s_img {
  display: block;
  width: 100%; }

.pro_s_bg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 1; }

.pro_icon {
  position: relative;
  margin-top: 99px;
  z-index: 4; }
  .pro_icon em {
    position: absolute;
    width: 74px;
    height: 74px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: 50px; }
    .pro_icon em img {
      vertical-align: middle;
      max-width: 48px; }

.pro_s_bg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 200px;
  z-index: 2;
  background: url(../images/lj.png);
  background-size: cover;
  transition: all .3s; }

.soul_box {
  position: relative;
  padding-bottom: 100px; }

.sol_pag {
  position: absolute;
  width: 100% !important;
  bottom: 50px; }
  .sol_pag .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 4px; }

.news_swiper {
  position: relative; }

.index_news .cen {
  max-width: 1370px;
  margin: 0 auto; }

.news_s {
  background: #f6f6f7;
  padding-bottom: 30px;
  height: 550px; }

.first_n .news_img {
  height: auto; }
.first_n .news_pos {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3; }
.first_n .new_bgg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 300px;
  z-index: 2;
  background: url(../images/lj.png);
  background-size: cover;
  transition: all .3s; }
.first_n .n_time em {
  color: #fff; }
.first_n .n_p {
  color: #fff; }

.news_pos {
  padding: 0 35px; }

.index_news {
  background: #fff;
  overflow: hidden;
  padding: 44px 0; }
  .index_news .m_learn {
    margin: 20px 0 0;
    margin-bottom: 35px; }

.news_img {
  height: 300px; }
  .news_img img {
    display: block;
    width: 100%;
    max-height: 100%; }

.n_p {
  color: #03103a;
  font-size: 18px;
  height: 57px;
  line-height: 26px; }

.n_time {
  border-bottom: 1px solid #e4e4e6;
  padding: 18px 0;
  margin-bottom: 25px; }
  .n_time img, .n_time em {
    display: inline-block;
    vertical-align: middle; }
  .n_time em {
    font-size: 14px;
    color: #6d727b; }
  .n_time img {
    margin-right: 4px; }

.swiper_dir {
  width: 53px;
  height: 47px;
  outline: none; }

.swiper_news_next {
  right: -80px; }

.swiper_news_prev {
  left: -80px; }

.inner_nav {
  position: absolute;
  top: 0;
  z-index: 3;
  left: 0;
  width: 100%; }

.in_c {
  max-width: 1430px;
  margin: 0 auto;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .in_c a {
    color: #fff;
    font-size: 14px; }
  .in_c img, .in_c a {
    display: inline-block;
    vertical-align: middle; }

.in_banner {
  margin-top: 100px;
  position: relative; }

.honor {
  background: #f5f5f5 url(../images/h.jpg) no-repeat top center; }
  .honor .cen {
    max-width: 1440px;
    margin: 0 auto; }

.hor_title {
  padding: 60px 0 30px; }
  .hor_title h3 {
    color: #000;
    font-size: 33px;
    line-height: 1; }
  .hor_title p {
    color: #7e7e7e;
    font-size: 18px; }

.hor_pics ul {
  margin-left: -10px;
  margin-right: -10px; }
  .hor_pics ul li {
    width: 25%;
    float: left;
    padding: 26px 10px; }
    .hor_pics ul li a {
      display: block;
      background: #fff;
      text-align: center;
      padding: 0 10px; }
      .hor_pics ul li a:hover .hor_img2 {
        display: inline-block; }
      .hor_pics ul li a:hover .hor_img1 {
        display: none; }
      .hor_pics ul li a:hover p {
        color: #f91a3f; }
  .hor_pics ul .hor_img {
    padding: 10px 0;
    height: 240px;
    line-height: 240px; }
    .hor_pics ul .hor_img img {
      vertical-align: middle;
      display: inline-block;
      max-height: 100%; }

.hor_p {
  padding: 20px;
  border-top: 1px solid #eee;
  margin-top: 15px; }
  .hor_p .hor_img2 {
    display: none; }
  .hor_p p {
    color: #333;
    font-size: 14px; }

.n_page .page_c {
  margin: 0 auto;
  padding: 30px 0;
  border-top: 1px solid #f0f0f0; }
  .n_page .page_c ul {
    text-align: right; }
    .n_page .page_c ul li {
      display: inline-block;
      vertical-align: middle; }
    .n_page .page_c ul li a {
      height: 34px;
      vertical-align: middle;
      font-size: 17px;
      padding: 0 12px;
      display: inline-block;
      line-height: 34px;
      margin-left: 8px;
      color: #808080;
      border-radius: 2px;
      background: #fff;
      border: 1px solid #ebebeb; }
    .n_page .page_c ul li .current {
      background: #f91a3f;
      color: #fff;
      border: 1px solid #f91a3f; }

.cases {
  padding: 50px 0;
  max-width: 1670px;
  margin: 0 auto; }
  .cases .cen li {
    width: 33.3%;
    float: left; }
    .cases .cen li a {
      display: block;
      margin: 29px 15px;
      border: 1px solid #e9e9e9; }
    .cases .cen li:hover a {
      box-shadow: 0 0 7px #ccc; }
    .cases .cen li:hover .hor_p p {
      color: #f91a3f; }
    .cases .cen li:hover .hor_p .hor_img2 {
      display: inline-block; }
    .cases .cen li:hover .hor_p .hor_img1 {
      display: none; }
    .cases .cen li:hover .hor_intro {
      background: url(../images/ci.png) no-repeat bottom center; }
  .cases .cen .case_img {
    height: 400px;
    text-align: center;
    line-height: 398px; }
    .cases .cen .case_img img {
      max-height: 100%;
      vertical-align: middle; }
  .cases .cen .case_pad {
    padding: 0 30px; }
  .cases .cen .hor_p {
    padding: 20px 0;
    margin-top: 0;
    border-bottom: 1px solid #e9e9e9; }
    .cases .cen .hor_p p {
      font-size: 18px;
      max-width: 50%; }
  .cases .cen .hor_intro {
    color: #a3a3aa;
    font-size: 14px;
    padding: 20px 0; }

.news {
  background: #f5f5f5;
  max-width: 1400px;
  padding-bottom: 20px; }
  .news ul {
    margin-left: -15px;
    margin-right: -15px; }
  .news li a {
    background: #fff; }
    .news li a:hover .news_more .more1 {
      display: none; }
    .news li a:hover .news_more .more2 {
      display: inline-block; }
    .news li a:hover .news_more span {
      color: #f91a3f; }
    .news li a:hover .news_title {
      color: #f91a3f; }

.n_img {
  height: 280px;
  line-height: 278px;
  text-align: center; }
  .n_img img {
    vertical-align: middle; }

.news_title {
  color: #26272b;
  font-size: 19px;
  padding: 40px 0 10px; }

.news_intro {
  color: #7a8691;
  font-size: 14px;
  line-height: 24px;
  height: 48px; }

.news_more {
  padding: 24px 0; }
  .news_more span, .news_more img {
    display: inline-block;
    vertical-align: middle; }
  .news_more .more2 {
    display: none; }
  .news_more span {
    color: #26272b;
    font-size: 14px; }

.news2 {
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 40px; }
  .news2 .news_media {
    background: #fff;
    margin-bottom: 25px; }
    .news2 .news_media a {
      display: block;
      padding: 48px 0;
      border: 1px solid #fff; }
      .news2 .news_media a:hover {
        border: 1px solid #f84f6b;
        background: url(../images/ci3.png) no-repeat center center;
        background-size: 100% 100%; }
        .news2 .news_media a:hover .news_time h1, .news2 .news_media a:hover .news_time p {
          color: #f84f6b; }
        .news2 .news_media a:hover .news_more .more2 {
          display: inline-block; }
        .news2 .news_media a:hover .news_more .more1 {
          display: none; }
        .news2 .news_media a:hover .news_more span {
          color: #f84f6b; }

.news_time {
  width: 200px;
  text-align: center; }
  .news_time h1 {
    color: #505356;
    font-size: 68px;
    line-height: 1; }
  .news_time p {
    color: #505356;
    font-size: 18px; }

.news_c {
  max-width: 668px; }
  .news_c h3 {
    color: #26272b;
    font-size: 19px;
    margin-bottom: 20px; }
  .news_c p {
    color: #7a8691;
    font-size: 14px; }

.n_media_r {
  width: 250px;
  text-align: center;
  margin-top: 20px; }

.contact {
  position: relative;
  z-index: 99;
  margin-top: -52px; }
  .contact .cen {
    max-width: 1480px;
    margin: 0 auto;
    background: #fff; }

.cont_fl {
  width: 44%; }

.c_img {
  display: block;
  width: 100%; }

.cont_fr {
  width: 56%; }

.cont_f_top {
  background: #1f459e;
  padding: 60px 40px 80px 70px; }

.cont_top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 40px;
  margin-bottom: 30px; }
  .cont_top h3 {
    color: #fff;
    font-size: 36px; }
  .cont_top p {
    color: #fff;
    font-size: 22px; }

.cont_line {
  display: flex;
  margin-bottom: 11px; }
  .cont_line i, .cont_line p {
    flex: 1; }
  .cont_line p {
    color: #fff;
    font-size: 16px;
    flex: 12; }

.cont_pad {
  padding: 40px 60px 40px 80px; }
  .cont_pad h3 {
    color: #333;
    font-size: 22px; }
  .cont_pad h4 {
    color: #333;
    font-size: 36px; }

.cont_input {
  width: 48%;
  margin-right: 2%;
  float: left;
  margin-bottom: 25px; }
  .cont_input span {
    color: #3f3f3f;
    font-size: 20px; }
    .cont_input span font {
      color: #ff0808;
      font-size: 14px; }

.cont_input2 {
  width: 100%; }

.w_btn {
  background: #f91a3f;
  color: #fff;
  font-size: 17px;
  padding: 28px 0;
  display: block;
  width: 100%;
  text-align: center; }

.form_input input {
  border: none;
  border-bottom: 1px solid #ebebeb;
  display: block;
  outline: none;
  width: 100%;
  line-height: 36px;
  font-size: 14px;
  color: #333; }
.form_input textarea {
  border: none;
  border-bottom: 1px solid #ebebeb;
  display: block;
  outline: none;
  width: 100%;
  line-height: 26px;
  font-size: 14px;
  color: #333;
  height: 350px; }

.cont_btn {
  margin-top: 40px; }

.cont_form {
  margin-top: 40px; }

.map {
  max-width: 1480px;
  margin: 0 auto;
  height: 480px;
  border: 10px solid #fff; }
  .map iframe {
    height: 100%; }

.contact {
  margin-bottom: 97px; }

.about_b {
  padding: 60px 0; }
  .about_b .cen {
    max-width: 1320px;
    margin: 0 auto; }
  .about_b p {
    font-size: 14px;
    color: #06123d;
    line-height: 2.4;
    text-indent: 2em; }

.ab_h3 {
  font-size: 35px;
  color: #06123d;
  margin-bottom: 30px; }
  .ab_h3 em {
    color: #de013d; }

.fz_b {
  position: relative;
  background: url(../images/f.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  padding: 140px 0; }
  .fz_b .bus_icons {
    bottom: 0;
    position: relative;
    transform: translateX(0);
    left: 0;
    background: none;
    padding: 0; }
    .fz_b .bus_icons .icon_cir {
      float: none;
      margin: 0 auto; }
    .fz_b .bus_icons .bus_c {
      float: none;
      text-align: center;
      margin-left: 0; }
      .fz_b .bus_icons .bus_c h3 {
        color: #fff;
        font-size: 42px; }
      .fz_b .bus_icons .bus_c p {
        color: #fff;
        font-size: 17px; }

.history {
  background: url(../images/his_bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  padding: 88px 0 30px; }
  .history .cen {
    max-width: 1280px;
    margin: 0 auto; }
  .history .his_title h3 {
    font-size: 35px;
    color: #383838;
    margin-bottom: 20px; }
  .history .his_title p {
    font-size: 18px;
    color: #383838;
    max-width: 750px; }

.his_line {
  width: 100%;
  height: 12px;
  background: #f91a3f;
  position: relative; }
  .his_line i {
    position: absolute;
    width: 3px;
    height: 40px;
    left: 30px;
    top: -15px;
    z-index: 3;
    transform: skew(-40deg);
    background: #f91a3f; }

.news_swiper {
  position: relative; }

.his_dir {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center; }
  .his_dir .swip_his_prev, .his_dir .swip_his_next {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    width: 53px;
    height: 53px;
    outline: none;
    margin: 0 20px; }

.swiper_his {
  padding-bottom: 130px;
  position: relative; }

.history_b {
  padding-top: 40px; }
  .history_b h3 {
    color: #000;
    font-size: 59px;
    margin-top: 10px; }
  .history_b p {
    font-size: 16px;
    color: #5b5b66;
    max-width: 196px;
    line-height: 1.4; }
    .history_b p em {
      font-size: 2px; }

.cul_tab {
  text-align: center; }

.cul_btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 75px;
  cursor: pointer; }
  .cul_btn p {
    color: #777;
    font-size: 18px;
    margin: 20px auto 10px; }
  .cul_btn:hover .cul_img2 {
    display: inline-block; }
  .cul_btn:hover .cul_img1 {
    display: none; }
  .cul_btn:hover p {
    color: #f91a3f; }
  .cul_btn:hover .cul_icon img {
    opacity: 1; }

.cur_btn_cur .cul_img .cul_img2 {
  display: inline-block; }
.cur_btn_cur .cul_img .cul_img1 {
  display: none; }
.cur_btn_cur p {
  color: #f91a3f; }
.cur_btn_cur .cul_icon img {
  opacity: 1; }

.cul_title {
  text-align: center;
  font-size: 35px;
  color: #383838;
  margin: 50px auto; }

.cul_icon img {
  vertical-align: top;
  opacity: 0; }

.cul_img .cul_img2 {
  display: none; }

.culture {
  background: url(../images/cul_bg.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 70px;
  padding-top: 50px; }

.cur_tab_p {
  background: #fff;
  max-width: 1280px;
  margin: 0 auto; }
  .cur_tab_p ul {
    padding: 15px 0;
    display: none; }
  .cur_tab_p li {
    display: inline-block;
    vertical-align: top;
    margin-left: 50px;
    padding: 10px 0; }
    .cur_tab_p li h3 {
      color: #000;
      font-size: 18px; }
    .cur_tab_p li p {
      color: #7c8087;
      font-size: 14px; }

.swiper_his .swiper-slide-active .his_line {
  border-radius: 8px 0 0 8px; }

.history_b .his_line font {
  background: #f91a3f;
  width: 12px;
  height: 12px;
  position: absolute; }

.pro_detail .cen {
  max-width: 950px;
  margin: 0 auto;
  padding: 66px 0; }

.pro_title {
  text-align: center;
  color: #000;
  font-size: 24px; }
  .pro_title i {
    display: block;
    width: 28px;
    height: 2px;
    background: #000;
    margin: 0 auto; }

.pro_select {
  position: relative;
  margin-bottom: 60px;
  width: 200px;
  margin: 30px auto 60px; }
  .pro_select select {
    width: 100%;
    color: #f91a3f;
    border-bottom: 1px solid #f7879a;
    font-size: 23px;
    line-height: 1; }
  .pro_select img {
    position: absolute;
    right: 0;
    bottom: 4px; }

.video_b {
  width: 100%;
  position: relative;
  margin-bottom: 50px; }
  .video_b .video_p {
    width: 100%; }
  .video_b .v_pos {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
    cursor: pointer; }

.index_pro {
  bottom: 20px; }
  .index_pro .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1; }
  .index_pro .swiper-pagination-bullet-active {
    background: #fff; }

.pro_detail2 .cen {
  max-width: 1153px;
  margin: 0 auto; }

.pro_d_box {
  background: #fff;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(238, 238, 238, 0.5); }

.pro_det_title {
  border-bottom: 2px solid #f9516c;
  display: inline-block; }
  .pro_det_title p {
    font-size: 24px;
    color: #000;
    padding: 10px 20px; }

.det_t_line {
  padding: 0 40px;
  margin: 40px auto 100px; }
  .det_t_line p {
    position: relative;
    border-bottom: 1px solid #f5f5f5;
    padding: 12px 0; }
    .det_t_line p img, .det_t_line p em {
      display: inline-block;
      vertical-align: middle; }
    .det_t_line p em {
      font-size: 14px;
      color: #000; }
    .det_t_line p font {
      color: #f91a3f;
      font-size: 12px;
      position: absolute;
      left: 5px;
      top: 15px; }

.case_b_c img {
  width: 100%; }

.pro_cc {
  padding: 52px 35px 45px;
  position: relative; }

.download {
  margin-bottom: 30px; }
  .download .cen {
    max-width: 1153px;
    margin: 0 auto; }
  .download ul {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 50px; }
    .download ul li {
      width: 50%;
      float: left; }
  .download .down_b {
    background: #fff;
    margin: 12px;
    padding: 30px 20px 0; }
    .download .down_b h3 {
      color: #424249;
      font-size: 26px; }
    .download .down_b p img, .download .down_b p em {
      display: inline-block;
      vertical-align: middle; }
    .download .down_b p em {
      color: #e21600;
      font-size: 17px; }
    .download .down_b a {
      display: block;
      border-top: 1px solid #f7f7f7;
      padding: 15px 0;
      margin-top: 36px; }
      .download .down_b a em {
        color: #25252b;
        font-size: 19px; }
      .download .down_b a font {
        color: #e21600;
        float: right;
        font-size: 16px; }

.pro_edit {
  padding: 20px 10px; }

.pro_line_d {
  text-align: center;
  margin-top: 30px; }
  .pro_line_d p {
    font-size: 14px;
    color: #666; }

.pro_dir a {
  padding: 0 0 30px;
  color: #888;
  font-size: 14px; }
  .pro_dir a:hover {
    color: #f40; }

@media (max-width: 1600px) {
  .header__navi ul li a {
    padding: 34px 15px; }

  .navi-contact {
    margin-left: 30px; } }
@media (max-width: 1400px) {
  .footer {
    padding: 30px 20px; }

  .section6 {
    padding: 50px 20px; }

  .foot_bot {
    padding: 25px 20px; }

  .header__navi ul li a {
    padding: 34px 20px; }

  .header {
    padding: 0 40px; }

  .header__logo img {
    height: 30px; } }
@media (max-width: 750px) {
  .index_handle {
    display: none; }

  .index_pag {
    bottom: 5px; }

  .sec_flex {
    display: block; }

  .section1_pad {
    padding: 10px; }
    .section1_pad h3 {
      margin-top: 20px;
      font-size: 24px; }
    .section1_pad h4 {
      font-size: 22px; }

  .footer ul {
    display: block; }
  .footer .foot_1 {
    padding-right: 0; }

  .fix_top {
    height: 64px; }

  .header__navi {
    opacity: 1;
    transform: scale(1); }

  .navi-contact {
    margin-left: 0; }

  .sel_language select {
    color: #fff;
    font-size: 18px;
    width: 100%; }

  .w_title {
    margin: 30px auto;
    padding: 0 10px; }

  .p_title {
    width: 200px; }
    .p_title em {
      font-size: 24px; }
    .p_title p {
      font-size: 14px; }

  .pro_txt {
    padding: 10px;
    bottom: 0; }
    .pro_txt h3 {
      position: relative;
      left: 0;
      padding-left: 12px; }
      .pro_txt h3 img {
        position: absolute;
        left: 0;
        top: 7px; }
      .pro_txt h3 em {
        font-size: 14px; }

  .look_href {
    margin-top: 15px; }

  .index_data {
    padding: 50px 10px 100px; }

  .equi_title h3 {
    font-size: 18px;
    margin-bottom: 40px; }

  .bus_icons {
    width: 100%;
    padding: 40px 0;
    bottom: -50px; }
    .bus_icons ul {
      display: block;
      padding: 0 10px; }
      .bus_icons ul li {
        float: left;
        width: 50%; }
    .bus_icons .icon_cir {
      width: 50px;
      height: 50px;
      line-height: 48px;
      margin-left: 0; }
    .bus_icons .bus_c h3 {
      font-size: 20px; }
    .bus_icons .bus_c p {
      font-size: 14px;
      max-width: 110px; }

  .pro_sol .m_learn {
    opacity: 1; }

  .index_solution {
    padding: 50px 10px 0; }

  .index_news {
    padding: 30px 10px; }

  .header__navi ul li a {
    padding: 10px; }

  .sel_language dl {
    width: 100px; }

  .seek_b input {
    width: 100px;
    display: block; }

  .header {
    height: 60px; }

  .header__logo {
    width: auto; }
    .header__logo img {
      height: 30px;
      margin-right: 5px;
      margin-top: 3px; }

  .hor_pics ul li {
    width: 50%; }

  .hor_title {
    padding: 20px 10px; }
    .hor_title h3 {
      font-size: 24px; }
    .hor_title p {
      font-size: 14px;
      margin-top: 4px; }

  .in_banner {
    margin-top: 60px; }

  .in_c {
    padding: 10px; }

  .honor {
    padding: 0 10px; }

  .hor_pics ul li {
    padding: 10px; }

  .cases {
    padding: 20px 0; }
    .cases .cen li {
      width: 100%; }
      .cases .cen li a {
        margin: 10px; }
    .cases .cen .case_img {
      height: auto;
      line-height: 1; }

  .cont_fl {
    width: 100%; }

  .cont_f_top {
    padding: 30px; }

  .cont_top {
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .cont_top h3 {
      font-size: 24px; }
    .cont_top p {
      font-size: 18px; }

  .cont_fr {
    width: 100%; }

  .cont_pad {
    padding: 20px; }
    .cont_pad h4 {
      font-size: 20px; }

  .form_input textarea {
    height: 150px; }

  .w_btn {
    padding: 15px 0; }

  .contact {
    margin-top: 0; }

  .about_b {
    padding: 0 10px; }

  .ab_h3 {
    font-size: 23px; }

  .fz_b .bus_icons .bus_c h3 {
    font-size: 30px; }
  .fz_b .bus_icons .bus_c p {
    width: 100%;
    max-width: none;
    margin-bottom: 30px; }

  .history {
    padding: 40px 10px; }
    .history .his_title h3 {
      font-size: 24px; }

  .cul_btn {
    margin: 0 20px; }

  .cul_title {
    font-size: 24px;
    margin: 20px auto; }

  .culture {
    padding: 30px 10px; }

  .cur_tab_p li {
    margin-left: 10px; }

  .history_b h3 {
    font-size: 30px; }

  .his_line {
    height: 6px; }

  .history .his_title p {
    font-size: 16px; }

  .pro_detail {
    padding: 0 10px; }
    .pro_detail .cen {
      padding: 30px 0; }

  .pro_select {
    margin: 20px auto; }

  .pro_detail2 {
    padding: 0 10px; }

  .download {
    padding: 0 10px; }
    .download ul li {
      width: 100%; }
    .download .down_b h3 {
      font-size: 18px; } }

/*# sourceMappingURL=style.css.map */
